home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
incl98.zoo
/
param.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-10
|
436 b
|
16 lines
#ifndef _PARAM_H
#define _PARAM_H
#define MAXPATHLEN 128 /* same as FILENAME_MAX in stdio.h */
#define NOFILE 20 /* same as OPEN_MAX in limits.h */
#ifdef __MINT__
# define HZ 200 /* ticks/second reported by times() */
# define NCARGS 1024 /* actually, we don't limit this */
#else
# define HZ 60 /* ticks/second reported by times() */
# define NCARGS 126 /* max. no. of characters in argv */
#endif
#endif /* _PARAM_H */